CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - proxy server

搜索资源列表

  1. proxy_c

    0下载:
  2. 一个简单的C代理服务器,菜鸟的入门例程-a simple C proxy server, a birdie entry routines! !
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:2435
    • 提供者:
  1. partysip

    1下载:
  2. 基于OSIP协议展的代理服务器PARTYSIP的WINDOWS版本,VC7下编译通过,解决收信息报错问题,注意保持目录结构-agreement Show PARTYSIP proxy server version of Windows, VC7 compiler, the error message solve problems, pay attention to maintaining the directory structure
  3. 所属分类:IP电话/视频会议

    • 发布日期:2008-10-13
    • 文件大小:1393199
    • 提供者:zgr
  1. GreenBrowserCode

    1下载:
  2. 由MyIE发展而来的浏览器,有热键,搜集器,鼠标手势,鼠标拖曳,弹出窗口过滤,搜索引擎,网页背景色设置,工具条皮肤,代理服务器,自动滚动,自动保存,自动填表,启动模式... -development by the engine from the browser, a hotkey, collecting device, mouse gestures, drag the mouse, pop-up filter, search engines, web background color set
  3. 所属分类:浏览器

    • 发布日期:2008-10-13
    • 文件大小:509290
    • 提供者:muwa
  1. ser-0.9.4_src.tar

    0下载:
  2. 一个用c代码写的sip协议代理服务器,有权限管理,根一个media代理服务器配合就可以有media代理功能,linux c程序员可以-c code with a written agreement sip proxy server, rights management, media-a proxy server can be a complement to media proxy functionality, linux c programmers can s
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:1888783
    • 提供者:付远志
  1. 20050105110719109902

    0下载:
  2. 使用SOCK5协议开发的一个单进程单线程代理服务器-a signle thread and process proxy server by sock5.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:43361
    • 提供者:张晗
  1. 代理服务器系统

    0下载:
  2. 实现通常代理服务器的基本功能。可以通过简单的参数设置实现网络中各客户端机器共享代理上网,同时可以监控网络状况。-proxy server usually achieve the basic functions. Through a simple set of parameters to achieve the network client machines to share Internet access agents, but can also monitor network status.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:37458
    • 提供者:廖毅
  1. 个人代理服务器

    0下载:
  2. VC实现的一个代理服务器程序,没有压缩密码-VC of a proxy server, without compression Password
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:65141
    • 提供者:程亮
  1. proxyserver

    1下载:
  2. 这是一个proxy server 源码,save client/server transaction data to c \\temp\\proxylog.txt modify regdata.java to piont to destination server. -This is a proxy server source code, save client / server transaction data to c \\ temp \\ proxylog.txt modif
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:15091
    • 提供者:刘星海
  1. 类似WinGate的代理服务器源程序

    0下载:
  2. 类似WinGate的代理服务器源程序。给大家熟悉一下。基本的功能都实现了。-similar WinGate Proxy Server source. For everyone to familiarize ourselves. The basic functions are realized.
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:11707
    • 提供者:施登峰
  1. sock5代理服务器CBuilder源码

    0下载:
  2. sock5代理服务器CBuilder源码-sock5 proxy server CBuilder FOSS
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:70728
    • 提供者:田博
  1. IP电话源码

    0下载:
  2. 开机:打开监听服务,以便别人可以和你通话。如果你有多个IP地址,会提示让你选择用哪个地址开机。 关机:关闭监听服务,已经接受的连接不受影响,你可以继续通话。 拨号:连接已经开机的机器,弹出对话框后必须输入对方的IP和端口,如果需要使用代理,请正确设置代理服 务器。 挂机:断开正在进行的通话。 开机后会显示你监听的IP和端口,别人可以通过这个IP和端口和你连接。 连接成功(你拨号连接别人或别人来连接你)后会显示对方的IP和端口。 关于代理服务器: 开机:支
  3. 所属分类:IP电话/视频会议

    • 发布日期:2008-10-13
    • 文件大小:269066
    • 提供者:吴欢
  1. 虚拟代理服务器的源程序

    1下载:
  2. 这是虚拟代理服务器的源程序的代码,是以vc为开发平台的,希望大家有用,希望这个网站越来越兴旺-This is a virtual proxy server source code, based on vc platform for the development, we hope useful, I hope this website increasingly prosperous
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:45632
    • 提供者:王刚
  1. Broker

    0下载:
  2. 按照Broker模式的要求,实现Client,Broker,Server三种组件(设计为三个class),不要求设计Client-side Proxy和Server-side Proxy。必须实现如下功能: • Server可以注册到Broker(使用ID号) • Broker为Server提供注册服务 • Broker可将client的request转发到正确的server • Broker可见server的respons
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7042
    • 提供者:宋丽娟
  1. socket5代理服务器_ProxyToQq

    0下载:
  2. QQ的代理服务器,演示了代理服务器是如何编写的-QQ proxy server, a proxy server demonstration of how prepared
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:48888
    • 提供者:程宇冰
  1. HttpProxy_Src

    0下载:
  2. 实现完整的Http代理服务器功能,代码简洁实用。便于在工程中复用。-achieve complete Http proxy server functionality, code simple and practical. To facilitate the reuse project.
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:17741
    • 提供者:杨树
  1. sock5代理

    1下载:
  2. 一个简单的windows环境下SOCK5代理服务器的实现,可以方便的移植到其他应用中。-a simple windows environment SOCK5 achieve the proxy server can be easily transplanted to other applications.
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:22143
    • 提供者:杨树
  1. 虚拟代理服务器

    0下载:
  2. 虚拟代理服务器,名字功能已经很清楚了。非要我凑够20个字,我只能说这个是用VC写的-virtual proxy server name is already very clear. Reluctant to make up 20 characters, I can only say that this is written with VC
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:44133
    • 提供者:原子
  1. 一个代理

    1下载:
  2. 用c#开发的代理服务器程序,详细情况请参考里面的开发文档-use the proxy server development process, the details of which they refer to the documentation development
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:514176
    • 提供者:李宏
  1. HTTP代理服务器(czy)

    0下载:
  2. 本章实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-chapter achieve a simple function of the HTTP proxy server, this chapter introduces multi-threaded programming related knowledge, inc
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:62930
    • 提供者:chen
  1. test_speed_of_proxy

    0下载:
  2. C#编写的代理服务器检测软件,可以批检测,测试代理服务器的速度-C# prepared by the proxy server software detection, detection can be approved, the test speed of the proxy server
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8581
    • 提供者:程序员
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 43 »
搜珍网 www.dssz.com